Vcenter Lcm Depot Services Node
The Vcenter Lcm Depot Services Node schema defines the external service node configurations
This schema was added in vSphere API 9.1.0.0.
{
"name": "string",
"addresses": [
{
"type": "string",
"value": "string"
}
],
"port": "string",
"base_url": "string",
"certificates": [
"string"
]
}
Common name of the service node
This property was added in vSphere API 9.1.0.0.
List of addresses to connect to the service node.
This property was added in vSphere API 9.1.0.0.
Service node port on which the service is hosted
This property was added in vSphere API 9.1.0.0.
If missing or null, the connection will be done with the default port
URL prefix pointing to the root of the service
This property was added in vSphere API 9.1.0.0.
If missing or null, it defaults to "/" indicating that the service root is hosted directly at the specified address.
Certificates to be used to securely connect with the service node.
This property was added in vSphere API 9.1.0.0.